fix(odf): preserve text after inline elements#3850
Conversation
|
✅ DCO Check Passed Thanks @March-77, all your commits are properly signed off. 🎉 |
Merge Protections🔴 1 of 2 protections blocking · waiting on 👀 reviews
🔴 Require two reviewer for test updatesWaiting for
This rule is failing.When test data is updated, we require two reviewers
Show 1 satisfied protection🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Signed-off-by: zhangzherui <jerry_@whut.edu.cn>
ceb2b55 to
ad83b26
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
@March-77 thanks for your contribution. do you mind resolving the CI issues and update with the latest main such that the conflicts get resolved? |
Signed-off-by: zhangzherui <jerry_@whut.edu.cn>
Signed-off-by: zhangzherui <jerry_@whut.edu.cn>
|
Thanks! I’ve updated the branch with the latest The CI failure was caused by an accidental trailing newline in the regenerated HTML fixture. The preserved inline tail text itself is intended and is covered by focused ODT/ODP regression tests. The complete ODF backend test file now passes locally ( The new fork CI and Docs CI runs are currently awaiting maintainer approval. |
Description
Issue resolved by this Pull Request:
Resolves #3847
Validation
uv build --no-sourcespassedThe full backend test file retains one pre-existing Windows HTML mismatch for an embedded image in
odf_presentation_02.odp; the identical failure was reproduced before this change. The repository-wide max-lines check also retains four pre-existing failures in unrelated files; the changed-file hook passed.Checklist: